home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / Canvas.pm < prev    next >
Text File  |  2004-08-15  |  598b  |  38 lines

  1. #
  2. # $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/Canvas.pm,v 1.22 2004/08/16 02:13:21 muppetman Exp $
  3. #
  4.  
  5. package Gnome2::Canvas;
  6.  
  7. use 5.008;
  8. use strict;
  9. use warnings;
  10.  
  11. use Gtk2;
  12.  
  13. require DynaLoader;
  14.  
  15. our @ISA = qw(DynaLoader);
  16.  
  17. our $VERSION = '1.002';
  18.  
  19. sub import {
  20.     my $class = shift;
  21.     $class->VERSION (@_);
  22. }
  23.  
  24. sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
  25.  
  26. bootstrap Gnome2::Canvas $VERSION;
  27.  
  28. # Preloaded methods go here.
  29.  
  30. 1;
  31. __END__
  32.  
  33. This is not the POD you're looking for.
  34.  
  35. The documentation for this module is generated from the XS source, and
  36. is stored in separate .pod files.
  37.  
  38.